diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/waybar/style/[Retro] Simple Style.css | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 83c26494..f966b858 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -1,7 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Simple Style */ - @define-color background #1d2021; @define-color foreground #ebdbb2; @define-color dim #928374; @@ -10,11 +9,13 @@ @define-color green #b8bb26; * { - background: @background; - border: none; - border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; - font-size: 97%; + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + } window#waybar { @@ -31,16 +32,16 @@ window#waybar { #taskbar button.active, #workspaces button.active { - border-bottom: 1px solid @green; + border-bottom: 1px solid green; } #taskbar button.urgent, #workspaces button.urgent { - border-bottom: 2px solid @red; + border-bottom: 2px solid red; } #submap { - border-bottom: 1px solid @red; + border-bottom: 1px solid red; } #backlight, @@ -97,7 +98,7 @@ window#waybar { #memory.warning, #cpu.warning { border-top: 3px solid @background; - border-bottom: 3px solid @yellow; + border-bottom: 3px solid yellow; } #battery.critical, @@ -105,12 +106,16 @@ window#waybar { #memory.critical, #cpu.critical { border-top: 3px solid @background; - border-bottom: 3px solid @red; + border-bottom: 3px solid red; +} + +#temperature.critical { + background-color: red; } #battery.charging { border-top: 3px solid @background; - border-bottom: 3px solid @green; + border-bottom: 3px solid green; } #pulseaudio-slider slider { |
